home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / albgene4.dir / 00264_Script_264 < prev    next >
Text File  |  1983-01-30  |  259b  |  13 lines

  1. on toglipopsot
  2.   global correlati
  3.   set correlati to ""
  4.   set var to string(the windowlist)
  5.   if offset ("popup",var) then
  6.     close window "popup"
  7.     forget window "popup"  
  8.     if objectp (attore) then forget attore
  9.   end if
  10.   updatestage
  11. end
  12.  
  13.